home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jumping_jelly_beans.swf / scripts / DefineSprite_405_bonus / frame_2 / DoAction.as
Text File  |  2006-11-29  |  169b  |  13 lines

  1. d = 25;
  2. onenterframe = function()
  3. {
  4.    _X = _X + xs / 2;
  5.    d--;
  6.    if(!d)
  7.    {
  8.       r.all.removevalue(this);
  9.       this.removeMovieClip();
  10.    }
  11. };
  12. stop();
  13.